func time.fmtInt
7 uses
time (current package)
time.go#L343: n := fmtInt(buf, uint64(m))
time.go#L366: n := fmtInt(buf, uint64(d))
time.go#L990: w = fmtInt(buf[:w], u)
time.go#L998: w = fmtInt(buf[:w], u%60)
time.go#L1005: w = fmtInt(buf[:w], u%60)
time.go#L1013: w = fmtInt(buf[:w], u)
time.go#L1052: func fmtInt(buf []byte, v uint64) int {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)